RESTful Blogging API with Node and Express.js
Blogs Websites have become very popular nowadays for sharing your thoughts among the users over internet. In this article, you will be guided through creating a Restful API for the Blogging website with the help of Node, Express, and MongoDB....
read more
PortFolio WebPage using React with dark theme
A portfolio website is one of the best ways to showcase your skills and information to the world. In this article, you will see how to create a portfolio website with a dark theme....
read more
Real Time News Aggregator with NodeJS and ExpressJS
In this article, we will create a real time news application with the help of NodeJS and ExpressJS. This article consists of several main functionalities. First, we will display the news article. Then we have implemented the search functionality to search news based on the title of the news. Then we get the feature to have sorting by date and we can get news of a specific date....
read more
Production Level Directory Setup for Backend
When we make a project, even a small project there are a lot of files & folders that have their importance. But to maintain it is very hectic. So It is an approach that is used by tech giant & startups to make their codebase easy, maintainable & structured....
read more
Create a Weather Monitoring Dashboard with Next.js
This project involves building a Weather Monitoring Dashboard using NextJS. The dashboard allows users to check the current weather and forecast for a specific city, as well as an hourly forecast for the next few hours and a daily forecast for the next four days....
read more
E-Medical Store using Next JS
The project is an e-medical store application built using React with NextJS. It allows users to browse medical products, add them to the cart, and perform filtering and sorting based on price and product type....
read more
Document Management System using NextJS
The Document Management System is a web application developed using Next.js, that allows users to efficiently manage their documents. The system provides features for uploading, organizing, and retrieving documents. Users can upload documents through the web interface, which are then stored in local storage....
read more
URL Shortener Service with NextJS
In this article, we will explore the process of building a URL shortener service using NextJS that takes a long URL and generates a shorter, more condensed version that redirects to the original URL when accessed. This shortened URL is typically much shorter and easier to share, especially in situations where character count is limited, such as in social media posts or text messages....
read more
Property Listing Platform using Node and ExpressJS
This tutorial can help you build a foundational understanding of the backend development. NodeJS and ExpressJS are used to build the backend infrastructure of the website and ReactJS is used for the front end of the project. With this project, you can learn essential concepts and best practices for building modern web applications....
read more
Real-Time Auction Platform using Node and Express.js
The project is a Real-Time Auction Platform developed using Node.js Express.js and MongoDB database for storing details where users can browse different categories of products, view ongoing auctions, bid on items, and manage their accounts. The platform also allows sellers to list their products for auction....
read more
Cryptocurrency Tracker with Next.js and API
The cryptocurrency tracker is a web application built using NextJS that allows users to monitor the prices and other relevant information such as market cap, current price, total supply, and more for your favorite cryptocurrencies. The application provides a user-friendly interface for users to explore and track their favorite cryptocurrencies. Users can search for specific cryptocurrencies, and view detailed information about each cryptocurrency....
read more
Create a Random User Generator using jQuery
With the use of the API and jQuery, we’ll create a random user generator app. A straightforward web application called “jQuery Random User Generator” makes use of jQuery and the RandomUser.me API to generate random user data and present it in a visually appealing way. Users of this project can click a button to get random user information, such as name, gender, location, phone number, email, and profile image....
read more